"192.168.0.1:sipop" Previous topic Chapter index Next topic

PRODUCTO

 

 

Descriptions

There is no desription for table PRODUCTO

 

Fields

PK

FK

Name

Domain

Data type

Not null

Default

Description

 

ID_PRODUCTO

 

VARCHAR (8)

 

 

 

 

COSTOPROMEDIO

 

FLOAT

 

 

 

 

PRECIODEVENTA

 

FLOAT

 

 

 

Triggers

There are no triggers for table PRODUCTO

 

Indices

There are no indices for table PRODUCTO

 

References

There are no references for table PRODUCTO

 

Referenced

There are no tables referenced by table PRODUCTO

 

Definition


CREATE TABLE PRODUCTO (
    ID_PRODUCTO VARCHAR (8) CHARACTER SET NONE NOT NULL COLLATE NONE,
    COSTOPROMEDIO FLOAT NOT NULL,
    PRECIODEVENTA FLOAT NOT NULL);

ALTER TABLE PRODUCTO ADD PRIMARY KEY (ID_PRODUCTO);

    This file was generated with EMS InterBase/FireBird Manager (www.ibmanager.com) at 09/06/2005 05:24 p.m. Previous topic Chapter index Next topic